﻿2026-04-27T12:27:02.9150051Z ##[group]Run actions/checkout@v4
2026-04-27T12:27:02.9151212Z with:
2026-04-27T12:27:02.9151719Z   repository: Mesya82/Service-Book
2026-04-27T12:27:02.9152538Z   token: ***
2026-04-27T12:27:02.9152979Z   ssh-strict: true
2026-04-27T12:27:02.9153421Z   ssh-user: git
2026-04-27T12:27:02.9153868Z   persist-credentials: true
2026-04-27T12:27:02.9154383Z   clean: true
2026-04-27T12:27:02.9154845Z   sparse-checkout-cone-mode: true
2026-04-27T12:27:02.9155403Z   fetch-depth: 1
2026-04-27T12:27:02.9155841Z   fetch-tags: false
2026-04-27T12:27:02.9156308Z   show-progress: true
2026-04-27T12:27:02.9156770Z   lfs: false
2026-04-27T12:27:02.9157182Z   submodules: false
2026-04-27T12:27:02.9157656Z   set-safe-directory: true
2026-04-27T12:27:02.9158734Z env:
2026-04-27T12:27:02.9159275Z   FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
2026-04-27T12:27:02.9159851Z ##[endgroup]
2026-04-27T12:27:03.0118761Z Syncing repository: Mesya82/Service-Book
2026-04-27T12:27:03.0120893Z ##[group]Getting Git version info
2026-04-27T12:27:03.0122071Z Working directory is '/home/runner/work/Service-Book/Service-Book'
2026-04-27T12:27:03.0123185Z [command]/usr/bin/git version
2026-04-27T12:27:03.0153458Z git version 2.53.0
2026-04-27T12:27:03.0175828Z ##[endgroup]
2026-04-27T12:27:03.0191659Z Temporarily overriding HOME='/home/runner/work/_temp/a8e52f3c-984c-41c9-b056-be11368963bb' before making global git config changes
2026-04-27T12:27:03.0193721Z Adding repository directory to the temporary git global config as a safe directory
2026-04-27T12:27:03.0196618Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/Service-Book/Service-Book
2026-04-27T12:27:03.0232277Z Deleting the contents of '/home/runner/work/Service-Book/Service-Book'
2026-04-27T12:27:03.0236182Z ##[group]Initializing the repository
2026-04-27T12:27:03.0242200Z [command]/usr/bin/git init /home/runner/work/Service-Book/Service-Book
2026-04-27T12:27:03.0313855Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-04-27T12:27:03.0315789Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-04-27T12:27:03.0318157Z hint: to use in all of your new repositories, which will suppress this warning,
2026-04-27T12:27:03.0319489Z hint: call:
2026-04-27T12:27:03.0320214Z hint:
2026-04-27T12:27:03.0321061Z hint: 	git config --global init.defaultBranch <name>
2026-04-27T12:27:03.0321708Z hint:
2026-04-27T12:27:03.0322299Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-04-27T12:27:03.0323254Z hint: 'development'. The just-created branch can be renamed via this command:
2026-04-27T12:27:03.0324598Z hint:
2026-04-27T12:27:03.0325389Z hint: 	git branch -m <name>
2026-04-27T12:27:03.0326053Z hint:
2026-04-27T12:27:03.0326716Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-04-27T12:27:03.0327772Z Initialized empty Git repository in /home/runner/work/Service-Book/Service-Book/.git/
2026-04-27T12:27:03.0329938Z [command]/usr/bin/git remote add origin https://github.com/Mesya82/Service-Book
2026-04-27T12:27:03.0359257Z ##[endgroup]
2026-04-27T12:27:03.0360600Z ##[group]Disabling automatic garbage collection
2026-04-27T12:27:03.0362595Z [command]/usr/bin/git config --local gc.auto 0
2026-04-27T12:27:03.0392474Z ##[endgroup]
2026-04-27T12:27:03.0393233Z ##[group]Setting up auth
2026-04-27T12:27:03.0399931Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-04-27T12:27:03.0431334Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-04-27T12:27:03.0716539Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-04-27T12:27:03.0751157Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-04-27T12:27:03.0977809Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-04-27T12:27:03.1013119Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-04-27T12:27:03.1236456Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-04-27T12:27:03.1272612Z ##[endgroup]
2026-04-27T12:27:03.1273512Z ##[group]Fetching the repository
2026-04-27T12:27:03.1282080Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +d55a35c44f1d74676a34775451dc5a8f171b481d:refs/remotes/pull/32/merge
2026-04-27T12:27:03.9223893Z From https://github.com/Mesya82/Service-Book
2026-04-27T12:27:03.9226098Z  * [new ref]         d55a35c44f1d74676a34775451dc5a8f171b481d -> pull/32/merge
2026-04-27T12:27:03.9252560Z ##[endgroup]
2026-04-27T12:27:03.9254456Z ##[group]Determining the checkout info
2026-04-27T12:27:03.9256612Z ##[endgroup]
2026-04-27T12:27:03.9261518Z [command]/usr/bin/git sparse-checkout disable
2026-04-27T12:27:03.9300079Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-04-27T12:27:03.9327534Z ##[group]Checking out the ref
2026-04-27T12:27:03.9332517Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/32/merge
2026-04-27T12:27:04.1495165Z Note: switching to 'refs/remotes/pull/32/merge'.
2026-04-27T12:27:04.1496680Z 
2026-04-27T12:27:04.1497744Z You are in 'detached HEAD' state. You can look around, make experimental
2026-04-27T12:27:04.1500273Z changes and commit them, and you can discard any commits you make in this
2026-04-27T12:27:04.1502294Z state without impacting any branches by switching back to a branch.
2026-04-27T12:27:04.1503494Z 
2026-04-27T12:27:04.1504218Z If you want to create a new branch to retain commits you create, you may
2026-04-27T12:27:04.1506014Z do so (now or later) by using -c with the switch command. Example:
2026-04-27T12:27:04.1507513Z 
2026-04-27T12:27:04.1508154Z   git switch -c <new-branch-name>
2026-04-27T12:27:04.1508862Z 
2026-04-27T12:27:04.1509246Z Or undo this operation with:
2026-04-27T12:27:04.1509906Z 
2026-04-27T12:27:04.1510241Z   git switch -
2026-04-27T12:27:04.1510738Z 
2026-04-27T12:27:04.1511630Z Turn off this advice by setting config variable advice.detachedHead to false
2026-04-27T12:27:04.1512977Z 
2026-04-27T12:27:04.1514566Z HEAD is now at d55a35c Merge f63db90ee3161fed3171baf0f62d6feed691296f into ba36cdda140165b3abf49061328dcd558d912f87
2026-04-27T12:27:04.1731458Z Encountered 1 file that should have been a pointer, but wasn't:
2026-04-27T12:27:04.1733375Z 	app/coverage-baselines/gmd_smoke.ec
2026-04-27T12:27:04.1745719Z ##[endgroup]
2026-04-27T12:27:04.1783640Z [command]/usr/bin/git log -1 --format=%H
2026-04-27T12:27:04.1806935Z d55a35c44f1d74676a34775451dc5a8f171b481d
